home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Batman - Partners in Peril / DC CD-ROM Comic Book: Batman - Partners in Peril.iso / pc / intro.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-08-20  |  171 b   |  10 lines

  1. on exitFrame
  2.   if rollOver(36) then
  3.     set the cursor of sprite 36 to 2
  4.   end if
  5.   if rollOver(37) then
  6.     set the cursor of sprite 37 to 2
  7.   end if
  8.   go(the frame)
  9. end
  10.